Add critical if widget has a parent during dispose
authorBenjamin Otte <otte@redhat.com>
Thu, 7 Jan 2021 15:49:52 +0000 (09:49 -0600)
committerMichael Catanzaro <mcatanzaro@gnome.org>
Thu, 7 Jan 2021 17:39:32 +0000 (11:39 -0600)
commit4761641098d6eff1fadaa70f26c8c4b471b10230
tree5f262a5779853260501f20f51ca6ec341b58c348
parente930a2052230caac57c4ec6d9109d648846234d6
Add critical if widget has a parent during dispose

This is a refcounting bug. Be very verbose about it instead of trying to
call a function that releases a reference to the widget without
references.
gtk/gtkwidget.c